
.header-pcoded-content {
    width: 700px;
    margin: 0 auto !important;
    /* height: 100vh; */
}

.tier1-card {
    border-top:none !important;
}

.tier1-card .card-block {
    padding:0px;
}

.horizonatal-bar1 {
    border-top: 4px solid black;
    margin-bottom: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1); /* Add a box shadow for 3D effect */
    border-radius: 4px; /* Optional: add border-radius to soften the edges */
}
.horizonatal-bar {
    border-top: 4px solid #1abc9c;
    margin-bottom: 30px;
   
}

.option-anchor {
    cursor: pointer;
    text-decoration: none;
    color: #757575;
}

.option-anchor:hover {
    color: #1abc9c;
}

.tire-form {
    text-align: left;
    color: #666666;
}

.qualification-login {
    position: inherit;
}

.step2tire3-p {
    width:500px;
    text-align: justify;
}

@media only screen and (max-width : 768px) {
    .header-pcoded-content {
        width: 100%;
    }
    .step2tire3-p {
        width: 100%;
    }
}



/* CSS for the subscribe button */
.btnsubscribe {
    display: inline-block;
    padding: 12px 24px;
    background-color: #fce303; /* Yellow background color */
    border: 1px solid black;
    color: #FF3F4A; /* Red text color */
    text-decoration: none;
    /* font-size: 18px; */
    font-weight: bold;
    border-radius: 32px; /* Rounded corners */
    box-shadow: 0 10px 0px rgba(0, 0, 0, 0.6), inset 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a stronger 3D-like shadow */
    background-image: linear-gradient(45deg, #fce303, #fce303); /* Gradient background */
    transition: transform 0.3s, box-shadow 0.3s, background-color 0.3s; /* Smooth transitions */
}

/* Hover effect to make it look interactive */
.btnsubscribe:hover {
    transform: translateY(-3px); /* Move the button up slightly on hover */
    box-shadow: 0 10px 0px rgba(0, 0, 0, 0.7), inset 0 6px 12px rgba(0, 0, 0, 0.3); /* Enhance the shadow on hover */
    background-color: #fce303; /* Adjust the background color on hover */
    color: red;
    border: 1px solid black;
}

.btnsubscribe:active {
    background-color:#fce303;
    box-shadow: 0 10px 0px rgba(0, 0, 0, 0.6), inset 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a stronger 3D-like shadow */
    background-image: linear-gradient(45deg, #fce303, #fce303); /* Gradient background */
    color: red;
}

.btnsubscribe:focus {
    background-color: #fce303;
    box-shadow: 0 10px 0px rgba(0, 0, 0, 0.6), inset 0 4px 8px rgba(0, 0, 0, 0.2); /* Add a stronger 3D-like shadow */
    background-image: linear-gradient(45deg, #fce303, #fce303); /* Gradient background */
    color: red;
}


.bg-primary {
    /* background-color: #fce303 !important; */
    background-color: #FAFA02 !important;
}



.formw{
    width: 40%;
    display: initial!important;
    
}

.nwclassmd {
    /* -webkit-box-flex: 0; */
    -ms-flex: 0 0 83.333333%;
    flex: 0%!important;
    max-width: 100%!important;
}


.btnsub1 {
    -webkit-border-radius: 28;
    -moz-border-radius: 28;
    border-radius: 28px;
    -webkit-box-shadow: 0px 3px 3px #666666;
    -moz-box-shadow: 0px 3px 3px #666666;
    box-shadow: 0px 3px 3px #666666;
    font-family: Arial;
    color: #ff0808;
    font-size: 16px;
    background: #e6e60c;
    padding: 10px 20px 10px 20px;
    border: solid #00000b 1px;
    text-decoration: none;
  }
  
  .btnsub1:hover {
    background: #e6e60c;
    text-decoration: none;
  }

  .btnsub1:focus {
    background: #e6e60c;
    text-decoration: none;
  }

  .btnsub1:active{
    background: #e6e60c;
    text-decoration: none;
  }
  

  .bs-blog-category a {
    font-size: 14px;
    padding: 4px 8px;
    line-height: 1;
    font-weight: 600;
    cursor: pointer;
    border-radius: 0;
    margin-left: 4px;
    margin-right: 4px;
    margin-top: 1px;
    margin-bottom: 6px;
    display: inline-flex;
    align-items: center;
    border: 2px solid #000;
    border-radius: 15px;
    box-shadow: 2px 2px 0px #000;
}


.bs-blog-category a {
    background: var(--pri-color);
    color: var(--head-color);
}


@media (min-width: 576px){
.modal-dialog {
    max-width: 760px!important;
    
    
}}
.modeltextp p{
font-size: 16px!important;}

.modal-header{
    display:block;
   
   position: relative;
}
.modal-header h3 {font-weight: bold!important;}
.close {
    font-size: 36px!important;
   
}

.modal-footer {
       justify-content: center !important;}
  


button.close {
       position: absolute;
        right: 16px;
        top: 0;
    }

    .newlk{
    color: #fff!important;}